By Charlie Zhang
Three types of data about Pacific Islands are available:
Available Seats Kilometers, a variable that measures the vacancy per flight. The equation is Available Seats * The number of kilometers, however, given there is no corresponding flight distace, the variable yields little value for further analysis.
Thus, Number of Flights in 7 Days and Number of Passengers in 7 Days become the main focus of this analysis.
from IPython.display import Image
Image(filename='Viz/NumFlsIn7Days.png', height=800, width=600)